home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMACCOUNTS / TFRMACCOUNTS.txt
Text File  |  2003-07-29  |  8KB  |  326 lines

  1. object FrmAccounts: TFrmAccounts
  2.   Left = 26
  3.   Top = 100
  4.   Width = 489
  5.   Height = 415
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'E-mail Accounts'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCanResize = FormCanResize
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object PnlMain: TElPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 481
  26.     Height = 330
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     DockOrientation = doNoOrient
  31.     DesignSize = (
  32.       481
  33.       330)
  34.     object Label14: TLabel
  35.       Left = 9
  36.       Top = 299
  37.       Width = 104
  38.       Height = 16
  39.       Anchors = [akLeft, akBottom]
  40.       Caption = 'De&fault Account:'
  41.     end
  42.     object cbDefaultAccount: TElAdvancedComboBox
  43.       Left = 158
  44.       Top = 294
  45.       Width = 161
  46.       Height = 24
  47.       Anchors = [akLeft, akRight, akBottom]
  48.       AutoCompletion = False
  49.       DropDownWidth = 300
  50.       Flat = False
  51.       HandleDialogKeys = False
  52.       HorizontalScroll = False
  53.       ItemIndex = -1
  54.       ItemHeight = 16
  55.       Style = csDropDownList
  56.       TabOrder = 5
  57.       OnChange = cbDefaultAccountChange
  58.     end
  59.     object BtnNew: TButton
  60.       Left = 340
  61.       Top = 8
  62.       Width = 123
  63.       Height = 29
  64.       Anchors = [akTop, akRight]
  65.       Caption = '&New Account'
  66.       TabOrder = 1
  67.       OnClick = BtnNewClick
  68.     end
  69.     object BtnDelete: TButton
  70.       Left = 340
  71.       Top = 42
  72.       Width = 123
  73.       Height = 29
  74.       Anchors = [akTop, akRight]
  75.       Caption = '&Delete'
  76.       TabOrder = 2
  77.       OnClick = BtnDeleteClick
  78.     end
  79.     object BtnRename: TButton
  80.       Left = 340
  81.       Top = 90
  82.       Width = 123
  83.       Height = 29
  84.       Anchors = [akTop, akRight]
  85.       Caption = '&Rename'
  86.       TabOrder = 3
  87.       OnClick = BtnRenameClick
  88.     end
  89.     object BtnEdit: TButton
  90.       Left = 340
  91.       Top = 124
  92.       Width = 123
  93.       Height = 42
  94.       Anchors = [akTop, akRight]
  95.       Caption = '&Edit...'
  96.       TabOrder = 4
  97.       OnClick = BtnEditClick
  98.     end
  99.     object AccountTree: TElTree
  100.       Left = 6
  101.       Top = 6
  102.       Width = 312
  103.       Height = 282
  104.       Anchors = [akLeft, akTop, akRight, akBottom]
  105.       DragAllowed = True
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -14
  109.       Font.Name = 'Arial'
  110.       Font.Style = []
  111.       HeaderHeight = 19
  112.       HeaderSections.Data = {F4FFFFFF00000000}
  113.       HorizontalLines = True
  114.       HintType = shtHintOnly
  115.       HorzScrollBarStyles.ShowTrackHint = False
  116.       HorzScrollBarStyles.Width = 17
  117.       HorzScrollBarStyles.ButtonSize = 21
  118.       LineHeight = 19
  119.       LineHintMode = shmNone
  120.       ParentFont = False
  121.       PopupMenu = PopupTree
  122.       ScrollTracking = True
  123.       ShowLeafButton = False
  124.       StoragePath = '\Tree'
  125.       StripedOddColor = clWindow
  126.       StripedEvenColor = clBtnHighlight
  127.       StripedItems = True
  128.       TabOrder = 0
  129.       TabStop = True
  130.       Tracking = False
  131.       UnderlineTracked = False
  132.       UseCustomScrollBars = False
  133.       VertScrollBarStyles.ShowTrackHint = True
  134.       VertScrollBarStyles.Width = 17
  135.       VertScrollBarStyles.ButtonSize = 21
  136.       OnItemSelectedChange = AccountTreeItemSelectedChange
  137.       OnDragDrop = AccountTreeDragDrop
  138.       OnDragOver = AccountTreeDragOver
  139.       OnDblClick = AccountTreeDblClick
  140.       OnKeyUp = AccountTreeKeyUp
  141.     end
  142.     object PnlQuick: TPanel
  143.       Left = 319
  144.       Top = 184
  145.       Width = 163
  146.       Height = 127
  147.       Anchors = [akTop, akRight]
  148.       BevelOuter = bvNone
  149.       TabOrder = 6
  150.       DesignSize = (
  151.         163
  152.         127)
  153.       object Label1: TLabel
  154.         Left = 10
  155.         Top = 2
  156.         Width = 77
  157.         Height = 16
  158.         Anchors = [akTop, akRight]
  159.         Caption = 'Quick Links:'
  160.       end
  161.       object cbConsole: TElCheckBox
  162.         Left = 10
  163.         Top = 75
  164.         Width = 130
  165.         Height = 20
  166.         Cursor = crDefault
  167.         AllowGrayed = True
  168.         Caption = 'Show in Console'
  169.         TabOrder = 2
  170.         OnClick = cbCheckClick
  171.         Anchors = [akTop, akRight]
  172.         DoubleBuffered = False
  173.       end
  174.       object cbCheck: TElCheckBox
  175.         Left = 10
  176.         Top = 31
  177.         Width = 94
  178.         Height = 20
  179.         Cursor = crDefault
  180.         AllowGrayed = True
  181.         Caption = 'Check Mail'
  182.         TabOrder = 0
  183.         OnClick = cbCheckClick
  184.         Anchors = [akTop, akRight]
  185.         DoubleBuffered = False
  186.       end
  187.       object cbLeave: TElCheckBox
  188.         Left = 10
  189.         Top = 97
  190.         Width = 130
  191.         Height = 20
  192.         Cursor = crDefault
  193.         AllowGrayed = True
  194.         Caption = 'Leave on Server'
  195.         TabOrder = 3
  196.         OnClick = cbCheckClick
  197.         Anchors = [akTop, akRight]
  198.         DoubleBuffered = False
  199.       end
  200.       object cbTimed: TElCheckBox
  201.         Left = 10
  202.         Top = 53
  203.         Width = 108
  204.         Height = 20
  205.         Cursor = crDefault
  206.         AllowGrayed = True
  207.         Caption = 'Timed Check'
  208.         TabOrder = 1
  209.         OnClick = cbCheckClick
  210.         Anchors = [akTop, akRight]
  211.         DoubleBuffered = False
  212.       end
  213.     end
  214.   end
  215.   object PnlBottom: TElPanel
  216.     Left = 0
  217.     Top = 330
  218.     Width = 481
  219.     Height = 45
  220.     Align = alBottom
  221.     BevelOuter = bvNone
  222.     TabOrder = 1
  223.     DockOrientation = doNoOrient
  224.     DesignSize = (
  225.       481
  226.       45)
  227.     object LblPass: TLabel
  228.       Left = 5
  229.       Top = 19
  230.       Width = 245
  231.       Height = 18
  232.       Anchors = [akTop, akRight]
  233.       Caption = 'You entered an incorrect password!'
  234.       Font.Charset = DEFAULT_CHARSET
  235.       Font.Color = clWindowText
  236.       Font.Height = 18
  237.       Font.Name = 'Arial'
  238.       Font.Style = []
  239.       ParentFont = False
  240.       Visible = False
  241.     end
  242.     object LblAccounts: TLabel
  243.       Left = 65
  244.       Top = 6
  245.       Width = 98
  246.       Height = 16
  247.       Alignment = taRightJustify
  248.       Anchors = [akTop, akRight]
  249.       Caption = 'Total Accounts:'
  250.     end
  251.     object LblTotal: TLabel
  252.       Left = 177
  253.       Top = 6
  254.       Width = 8
  255.       Height = 16
  256.       Anchors = [akTop, akRight]
  257.       Caption = '0'
  258.     end
  259.     object BtnOK: TButton
  260.       Left = 254
  261.       Top = 7
  262.       Width = 100
  263.       Height = 30
  264.       Anchors = [akTop, akRight]
  265.       Caption = '&OK'
  266.       Default = True
  267.       TabOrder = 0
  268.       OnClick = BtnOKClick
  269.     end
  270.     object BtnCancel: TButton
  271.       Left = 368
  272.       Top = 7
  273.       Width = 100
  274.       Height = 30
  275.       Anchors = [akTop, akRight]
  276.       Cancel = True
  277.       Caption = 'Cancel'
  278.       TabOrder = 1
  279.       OnClick = BtnCancelClick
  280.     end
  281.   end
  282.   object PopupTree: TPopupMenu
  283.     Left = 62
  284.     Top = 114
  285.     object NewAccount1: TMenuItem
  286.       Caption = 'New Account'
  287.       ShortCut = 16462
  288.       OnClick = BtnNewClick
  289.     end
  290.     object MenuNewCategory: TMenuItem
  291.       Caption = 'New Category'
  292.       Visible = False
  293.       OnClick = MenuNewCategoryClick
  294.     end
  295.     object N3: TMenuItem
  296.       Caption = '-'
  297.     end
  298.     object EditAccount1: TMenuItem
  299.       Caption = 'Edit Account'
  300.       ShortCut = 32781
  301.       OnClick = BtnEditClick
  302.     end
  303.     object RenameAccount1: TMenuItem
  304.       Caption = 'Rename'
  305.       ShortCut = 113
  306.       OnClick = BtnRenameClick
  307.     end
  308.     object N1: TMenuItem
  309.       Caption = '-'
  310.     end
  311.     object DeleteAccount1: TMenuItem
  312.       Caption = 'Delete'
  313.       ShortCut = 46
  314.       OnClick = BtnDeleteClick
  315.     end
  316.     object N2: TMenuItem
  317.       Caption = '-'
  318.     end
  319.     object SelectAll1: TMenuItem
  320.       Caption = 'Select &All'
  321.       ShortCut = 16449
  322.       OnClick = SelectAll1Click
  323.     end
  324.   end
  325. end
  326.